From: Juanma Barranquero Date: Sun, 15 Sep 2019 18:37:26 +0000 (+0200) Subject: * lisp/subr.el (major-mode-suspend): Doc fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1940^2~52 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b3e4b50578778e03327b049f7a595981bfbf3713;p=emacs.git * lisp/subr.el (major-mode-suspend): Doc fix --- diff --git a/lisp/subr.el b/lisp/subr.el index 0d7bffb35f3..0b47da884b7 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2045,7 +2045,7 @@ Uses the `derived-mode-parent' property of the symbol to trace backwards." (put 'major-mode--suspended 'permanent-local t) (defun major-mode-suspend () - "Exit current major, remembering it." + "Exit current major mode, remembering it." (let* ((prev-major-mode (or major-mode--suspended (unless (eq major-mode 'fundamental-mode) major-mode))))